.contenedor_principal {
    overflow-x: hidden;
}
/*--------------------- Contadoooor -------------------*/
.countdown-bar {
    width: 100%;
    max-width: 1920px;
    height: clamp(130px, 20vw, 186px);
    color: #fff;
    gap: 6px;
    /* url(../../../public/images/gdl2025/registro/fondo-countdown.webp),*/
    background: linear-gradient(
        0deg,
        rgba(217, 217, 217, 0) 3.37%,
        #0694d2 50%,
        #03547f 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.countdown-bar p {
    font-size: clamp(18px, 6vw, 32px);
    font-style: normal;
    font-weight: 400;
    line-height: 109.1%;
    text-align: center;
    margin-bottom: initial;
    margin-inline: 10px;
}

.countdown-bar b {
    text-align: center;
    text-shadow: 0 0 15px #1f87c9;
    font-size: clamp(20px, 6vw, 32px);
    font-style: normal;
    font-weight: 600;
    line-height: 109.1%;
}

.countdown-bar span {
    text-shadow: 0 0 15px #1f87c9;
    font-size: clamp(44px, 6vw, 64px);
    font-style: normal;
    font-weight: 700;
    line-height: 109.1%;
    text-align: center;
}

/* ---------------- Información del lado Izquierdo ----------------*/

.form-title {
    text-align: center;
    font-weight: 500;
    line-height: normal;
}

.titulo-turquesa {
    color: #03a591;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;

    display: inline-block;
    margin-bottom: 8px;
}

.ubicacion-expo {
    color: #545454;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;

    display: inline-block;
    margin-bottom: 15px;
    margin-inline: 25px;
}

.subtitulo-atract {
    font-size: clamp(20px, 4vw, 24px);
    color: #03547e;
}

.card-pasos-registro {
    width: 480px;
    height: 400px;
    flex-shrink: 0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    padding: 35px 40px;
    margin: 0px;
}

.card-pasos-registro ul {
    padding-left: 25px;
}

.card-pasos-registro ul li::marker {
    font-size: x-large;
}

.titulo-beneficios {
    color: #03a591;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
}

.texto-beneficios {
    color: #545454;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
}

/* ------------------ Formulario ----------------- */
.form-grid {
    max-width: 1400px;
    /* width: 100%; */
    display: grid;
    grid-template-areas:
        'icon form'
        'contenido form';
    grid-template-columns: 1fr 1fr;
    align-items: start;
    justify-items: center;
    padding: 30px 30px 0;
    column-gap: 40px;
}

.form-container {
    max-width: 588px;
    width: 100%;
    grid-area: form;
}

.form-icon-container {
    max-width: 625px;
    width: 100%;
    gap: clamp(30px, 6vw, 35px);
    grid-area: icon;
}

.form-icon-container img {
    width: inherit;
    max-width: 310px;
}

.form-text-container {
    max-width: 615px;
    width: 100%;
    grid-area: contenido;
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.form-text-title {
    color: #03547e;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 4px;
}

.form-text-content {
    color: #545454;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

ol.form-text-content {
    padding-left: 20px;
}

.form-title-azul {
    color: #03547e;
    font-weight: 700;
}

.form-title-azulito {
    background: linear-gradient(90deg, #00a490 0%, #1db9fa 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

/* Input */
img.img-fluid {
    width: 34px !important;
    height: 34px !important;
    top: 23px;
    left: 10px;
    transform: translateY(-50%);
}

.form-control,
.form-select {
    height: 45px !important;
    border-radius: 4px !important;
    border: 1px solid #d0d0d0;
    background: #fff;

    /* Placeholder */
    color: #545454;
    font-size: 15px;
}

.obligatorio {
    color: #565656;
    font-size: 16px;
    font-weight: 600;
}

.clic-tyc {
    color: #00548e;
    text-align: center;
    font-size: 16px;
    margin-inline: 5px;
}

.clic-tyc em {
    font-weight: 600;
}

.clic-tyc > .terminos-condiciones {
    color: #00a490;
    text-decoration: none;
}

/* Botón registrarme */
.cursor-pointer span {
    color: #01558c;
    font-weight: 700;
    text-decoration-line: underline;
    cursor: pointer;
}

.btn-20 {
    width: clamp(358px, 4vw, 34px) !important;
    font-size: 22px;
}

/* Tabla */
.titulo-siguiente-nivel {
    color: #02547d;
    text-align: center;
    font-size: clamp(20px, 5vw, 36px);
    font-style: normal;
    line-height: normal;
    margin-bottom: clamp(20px, 6vw, 30px);
    margin-top: clamp(27px, 6vw, 35px);
    margin-inline: 3%;
}

.tabla-container {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    max-width: 676px;
    width: 95%;
    height: 323px;
    flex-shrink: 0;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.ovalo-azul {
    position: relative;
    z-index: 0;
    left: 23px;
    bottom: 33px;
    width: 154px;
    height: 35px;
    flex-shrink: 0;
    border-radius: 129px;
    background: linear-gradient(270deg, #03547e 0%, #01568c 51%, #0697d5 100%);
}

.texto-ovalo {
    position: relative;
    top: 5px;
    left: 20px;
    flex-shrink: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.mini-tabla-card {
    width: 199px;
    height: 306px;
    flex-shrink: 0;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    left: 470px;
    top: -394px;
    position: relative;
    margin-bottom: 30px;
}

.match-titulo-card {
    position: relative;
    color: #185c91;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 20px;
    bottom: 22px;
}

.cortesia-titulo-card {
    position: relative;
    color: #185c91;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    bottom: 15px;
    text-wrap: nowrap;
    left: 290px;
}

.iconos-mini-card {
    list-style-type: none;
    position: relative;
    left: 40px;
    bottom: 15px;
}

.iconos-mini {
    list-style-type: none;
    position: relative;
    left: 280px;
}

.checklist {
    display: flex;
    position: relative;
    color: #185c91;
    font-size: 20px;
    max-width: 280px;
    left: 20px;
    /* gap: 10px; */
    line-height: normal;
}

.match {
    top: 100px;
}

.conferencia {
    top: 120px;
}

.exhibicion {
    top: 155px;
}

.separacion-iconos {
    margin-bottom: 30px;
}

.tabla-container .boton-obtener-azul,
.tabla-container .boton-obtener-naranja {
    position: relative;
    z-index: 0;
    width: 104.182px;
    height: 29.652px;
    flex-shrink: 0;
    border-radius: 20px;
    color: #ffffff;
    border: none;
}

.boton-obtener-naranja {
    background: #f07f1e;
    left: 45px;
    bottom: 7px;
}

.boton-obtener-azul {
    background: linear-gradient(270deg, #03547e 0%, #01568c 51%, #0697d5);
    left: 285px;
    top: 10px;
}

.iconos-cortesia {
    position: relative;
    left: 30px;
    top: -75px;
    max-width: 100px;
}

.boton {
    left: 0;
    top: 0;
}

a.boton:hover{
    text-decoration: none;
}

/* ----------- Texto y preguntas -------- */
.container {
    max-width: 770px;
    width: 95%;
    margin-bottom: 60px;
}

.preguntas-container {
    position: relative;
    top: 35px;
    margin-bottom: 30px;
    margin-top: 30px;
}

hr {
    max-width: 800px;
    width: 90%;
    height: 10px;
    border-top: 2px solid #9e9e9e;
}

.titulo-grande-pregunta {
    color: #02547d;
    font-size: 36px;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 25px;
}

.titulos-textos-faq {
    color: #02547d;
    font-size: 28px;
}

.texto-basico {
    color: #545454;
    font-size: 18px;
    line-height: 150%;
}

/* .puntos-medex{
    padding-left: 30px;
} */

.puntos-medex li::marker {
    font-size: xx-large;
}

.porque-participar {
    color: #02547d;
    font-size: 18px;
    line-height: 150%;
    padding-bottom: 15px;
}

.faq-container {
    position: relative;
    top: 35px;
    max-width: 790px;
    margin: 0 auto;
    height: 500px;
    padding: 20px;
}

.pregunta-frecuente {
    color: #545454;
    font-size: 18px;
    font-weight: 800;
    line-height: 150%;
    margin-top: 25px;
}

.respuesta-frecuente {
    color: #545454;
    font-size: 18px;
    line-height: 150%;
}

.div-btn-quiero-asistir {
    justify-content: center;
    align-items: center;
}

/* Media Queries */
@media (max-width: 991px) {
    .form-grid {
        grid-template-areas:
            'icon'
            'form'
            'title'
            'contenido';
        grid-template-columns: 1fr;
        padding-top: 22px;
    }

    .form-text-title {
        text-align: center;
        padding-bottom: 8px;
    }

    .form-container {
        max-width: 633px;
        margin-right: 0;
        padding: 25px 0 34px;
    }

    .btn-20 {
        max-width: 606px;
    }
    /* 
    .preguntas-container {
        width: 760px;
        margin-top: 5px;
        padding: 20px;
    } */
}

@media (max-width: 688px) {
    .tabla-container {
        max-width: 400px;
        height: 277px;
    }

    .checklist {
        width: 50%;
        /* top: 55px; */
        font-size: 15px;
        line-height: normal;
    }

    .tabla-container .boton-obtener-naranja {
        left: 12px;
        top: -3px;
        width: 68px;
    }

    .tabla-container .boton-obtener-azul {
        top: -61px;
        left: 213px;
        width: 68px;
    }

    .ovalo-azul {
        left: -8px;
        width: 110px;
    }

    .texto-ovalo {
        font-size: 14px;
        left: 3px;
    }

    .mini-tabla-card {
        width: 95px;
        left: 293px;
        top: -326px;
        height: 270px;
    }

    .cortesia-titulo-card {
        left: 205px;
        bottom: 96px;
        width: 90px;
        font-size: 16px;
    }

    .match-titulo-card {
        font-size: 16px;
        bottom: 26px;
    }

    .iconos-mini {
        bottom: 82px;
        left: 195px;
    }

    .iconos-mini-card {
        left: -6px;
        bottom: 24px;
    }

    .match {
        top: 80px;
    }

    .conferencia {
        top: 100px;
    }

    .exhibicion {
        top: 135px;
    }

    .iconos-cortesia {
        left: -7px;
        top: 22px;
    }

    .separacion-iconos {
        margin-bottom: 19px;
    }
}

@media (max-width: 480px) {
    .form-grid {
        padding: 0 11px;
    }

    .form-text-title {
        padding-inline: 15%;
    }

    .btn-20 {
        width: clamp(330px, 4vw, 34px) !important;
    }

    form .row {
        margin: 0;
    }

    .checklist {
        width: 62%;
        left: 10px;
    }

    .iconos-cortesia {
        left: -5%;
    }

    .mini-tabla-card {
        left: 75%;
    }

    .boton {
        font-size: 14px;
        left: 0;
    }

    .card-pasos-registro {
        padding-inline: 27px;
        width: 95%;
        height: auto;
        padding: 25px 40px;
    }
}

@media (max-width: 375px) {
    .tabla-container {
        width: 350px;
    }

    .cortesia-titulo-card {
        bottom: 95px;
        font-size: 13px;
    }

    .boton-obtener-azul {
        top: -70px;
        left: 215px;
    }

    .boton-obtener-naranja {
        top: 13px;
    }

    .iconos-cortesia {
        left: -7%;
    }

    .iconos-mini {
        bottom: 70px;
        left: 198px;
    }

    .iconos-mini-card {
        bottom: 6px;
        left: -14px;
    }

    .mini-tabla-card {
        width: 78px;
        top: -320px;
    }

    .match-titulo-card {
        font-size: 13px;
        bottom: 25px;
    }

    .ovalo-azul {
        left: -16px;
    }
}

/* Transición */
@keyframes fall {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.2));
    }
}

@keyframes up {
    to {
        transform: scale(1);
    }
}

.crecer {
    transform: scale(0.95);
    animation: up 0.5s ease forwards;
}

.caer {
    opacity: 1;
    transform: translateY(100px) scale(1.2);
    filter: drop-shadow(0px 90px 38px #969696);
    animation: fall 1s ease forwards;
}

.caer:nth-child(3) {
    transform: translateY(50px) scale(1.1);
    filter: drop-shadow(0 40px 38px #bebdbd);
}

@media (max-width: 770px) {
    .caer {
        opacity: 0;
        transform: translateY(15px) scale(1.2);
        filter: drop-shadow(0px 10px 38px #969696);
        animation: fall 0.8s ease forwards;
    }

    .caer:nth-child(3) {
        transform: translateY(500px) scale(1.1);
        filter: drop-shadow(0 10px 38px #969696);
    }
}
